ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeCollection<T> Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Creates and adds an object to the end of the TreeCollection<T>.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As T
    public T Add()
    See Also